type crypto/hpke.mlkemPrivateKey
7 uses
crypto/hpke (current package)
pq.go#L465: type mlkemPrivateKey struct {
pq.go#L484: return &mlkemPrivateKey{mlkem768, priv}, nil
pq.go#L486: return &mlkemPrivateKey{mlkem1024, priv}, nil
pq.go#L517: func (k *mlkemPrivateKey) KEM() KEM {
pq.go#L521: func (k *mlkemPrivateKey) Bytes() ([]byte, error) {
pq.go#L531: func (k *mlkemPrivateKey) PublicKey() PublicKey {
pq.go#L538: func (k *mlkemPrivateKey) decap(enc []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |